home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / cweb33p11a.lha / cweb / bin / catalogs / cweb.cd next >
Encoding:
Text File  |  1994-12-03  |  9.4 KB  |  404 lines

  1. ;
  2. ; LOCALE $VER: CWEB.CD 1.7 (03.12.1994)
  3. ;
  4. ; This is the description of all English strings used in the three
  5. ; modules COMMON.W, CTANGLE.W, CWEAVE.W and their related change files.
  6. ; It can serve as a starting point for translations into other languages.
  7. ; For this purpose AmigaOS 2.1 or higher is needed.  To create catalog
  8. ; translations for other languages, use a program like `CatComp' with
  9. ; the command line:
  10. ;
  11. ;     PROMPT> CatComp cweb.cd CTFILE cweb.<sprache>.ct
  12. ;
  13. ; To make use of the catalog in the C programs of the CWEB system, use:
  14. ;
  15. ;     PROMPT> CatComp cweb.cd CFILE cweb.h
  16. ;
  17. ; Should somebody create translations for other languages, I would
  18. ; appreciate to receive a copy of the CatalogTranslation for further
  19. ; inclusion in this archive.
  20. ;
  21. ; Date: December 6, 1993 (Setup of version 1.0)
  22. ;
  23. ; Autor: Andreas Scherer
  24. ;        Roland-Straße 16
  25. ;        52070 Aachen
  26. ;        Germany
  27. ;        <scherer@genesis.informatik.rwth-aachen.de>
  28. ;
  29. ; Changes: January 18, 1994: Version information included. (V1.1)
  30. ;          May 13, 1994:     New patch level with dynamic memory
  31. ;                            allocation. (V1.2)
  32. ;          July 17, 1994:    Missing `+/- m' option included. (V1.3)
  33. ;          August 12, 1994:  Modified copyright notice. (V1.4)
  34. ;          August 24, 1994:  New option flags list. (V1.5)
  35. ;          December 3, 1994: CWEB 3.3. (V1.7)
  36. ;                       
  37. ; Copyright (c) 1993,1994 Andreas Scherer
  38. ;
  39. ; Permission is granted to make and distribute verbatim copies of this
  40. ; document provided that the copyright notice and this permission notice
  41. ; are preserved on all copies.
  42. ;
  43. ; Permission is granted to copy and distribute modified versions of this
  44. ; document under the conditions for verbatim copying, provided that the
  45. ; entire resulting derived work is given a different name and distributed
  46. ; under the terms of a permission notice identical to this one.
  47. ;
  48. ; Messages displayed in COMMON.W and COMMON.CH:
  49. ;
  50. MSG_ERROR_CO9 (/0/)
  51. ! Input line too long
  52. ;
  53. MSG_ERROR_CO13 (/0/)
  54. ! Missing @x in change file
  55. ;
  56. MSG_ERROR_CO14 (/0/)
  57. ! Change file ended after @x
  58. ;
  59. MSG_ERROR_CO16_1 (/0/)
  60. ! Change file ended before @y
  61. ;
  62. MSG_ERROR_CO16_2 (/0/)
  63. ! CWEB file ended during a change
  64. ;
  65. MSG_ERROR_CO17_1 (/0/)
  66. ! Where is the matching @y?
  67. ;
  68. MSG_ERROR_CO17_2 (/0/)
  69. of the preceding lines failed to match
  70. ;
  71. MSG_FATAL_CO19_1 (/0/)
  72. ! Cannot open input file 
  73. ;
  74. MSG_FATAL_CO19_2 (/0/)
  75. ! Cannot open change file 
  76. ;
  77. MSG_ERROR_CO21_1 (/0/)
  78. ! Include file name not given
  79. ;
  80. MSG_ERROR_CO21_2 (/0/)
  81. ! Too many nested includes
  82. ;
  83. MSG_ERROR_CO22 (/0/)
  84. ! Include file name too long
  85. ;
  86. MSG_ERROR_CO23 (/0/)
  87. ! Cannot open include file
  88. ;
  89. MSG_ERROR_CO25_1 (/0/)
  90. ! Change file ended without @z
  91. ;
  92. MSG_ERROR_CO25_2 (/0/)
  93. ! Where is the matching @z?
  94. ;
  95. MSG_ERROR_CO26 (/0/)
  96. ! Change file entry did not match
  97. ;
  98. MSG_OVERFLOW_CO39_1 (/0/)
  99. byte memory
  100. ;
  101. MSG_OVERFLOW_CO39_2 (/0/)
  102. name
  103. ;
  104. MSG_ERROR_CO50_1 (/0/)
  105. \n! Ambiguous prefix: matches <
  106. ;
  107. MSG_ERROR_CO50_2 (/0/)
  108. >\n and <
  109. ;
  110. MSG_ERROR_CO52_1 (/0/)
  111. \n! New name is a prefix of <
  112. ;
  113. MSG_ERROR_CO52_2 (/0/)
  114. \n! New name extends <
  115. ;
  116. MSG_ERROR_CO52_3 (/0/)
  117. \n! Section name incompatible with <
  118. ;
  119. MSG_ERROR_CO52_4 (/0/)
  120. >,\n which abbreviates <
  121. ;
  122. MSG_ERROR_CO59_1 (/0/)
  123. . (l. %d of change file)\n
  124. ;
  125. MSG_ERROR_CO59_2 (/0/)
  126. . (l. %d)\n
  127. ;
  128. MSG_ERROR_CO59_3 (/0/)
  129. . (l. %d of include file %s)\n
  130. ;
  131. MSG_HAPPINESS_CO62 (/0/)
  132. (No errors were found.)\n
  133. ;
  134. MSG_WARNING_CO62 (/0/)
  135. (Did you see the warning message above?)\n
  136. ;
  137. MSG_ERROR_CO62 (/0/)
  138. (Pardon me, but I think I spotted something wrong.)\n
  139. ;
  140. MSG_FATAL_CO62 (/0/)
  141. (That was a fatal error, my friend.)\n
  142. ;
  143. MSG_FATAL_CO65 (/0/)
  144. \n! Sorry, %s capacity exceeded
  145. ;
  146. MSG_FATAL_CO66 (/0/)
  147. ! This can't happen: 
  148. ;
  149. MSG_FATAL_CO73 (/0/)
  150. ! Output file name should end with .tex\n
  151. ;
  152. MSG_FATAL_CO75_1 (/0/)
  153. ! Usage: ctangle [options] webfile[.w] [{changefile[.ch]|-} [outfile[.c]]]\nOptions are (+ turns on, - turns off, default in brackets):\nb [+] print banner line\nh [+] print happy message\nm [-] enable ARexx communication\np [+] give progress reports\ns [-] show statistics\n
  154. ;
  155. MSG_FATAL_CO75_2 (/0/)
  156. ! Usage: ctangle [options] webfile[.w] [{changefile[.ch]|-} [outfile[.c]]]\nOptions are (+ turns on, - turns off, default in brackets):\nb [+] print banner line\nh [+] print happy message\np [+] give progress reports\ns [-] show statistics\n
  157. ;
  158. MSG_FATAL_CO75_3 (/0/)
  159. ! Usage: cweave [options] webfile[.w] [{changefile[.ch]|-} [outfile[.tex]]]\nOptions are (+ turns on, - turns off, default in brackets):\nb [+] print banner line\nf [+] force line breaks\nh [+] print happy message\ni [+] indent parameter declarations\nlX [ ] use macros for language X as of Xcwebmac.tex\nm [-] enable ARexx communication\no [+] separate declarations and statements\np [+] give progress reports\ns [-] show statistics\nx [+] include indexes and table of contents\n
  160. ;
  161. MSG_FATAL_CO75_4 (/0/)
  162. ! Usage: cweave [options] webfile[.w] [{changefile[.ch]|-} [outfile[.tex]]]\nOptions are (+ turns on, - turns off, default in brackets):\nb [+] print banner line\nf [+] force line breaks\nh [+] print happy message\ni [+] indent parameter declarations\nlX [ ] use macros for language X as of Xcwebmac.tex\no [+] separate declarations and statements\np [+] give progress reports\ns [-] show statistics\nx [+] include indexes and table of contents\n
  163. ;
  164. MSG_FATAL_CO76 (/0/)
  165. ! File name too long\n
  166. ;
  167. MSG_FATAL_CO78 (/0/)
  168. ! Cannot open output file 
  169. ;
  170. MSG_ERROR_CO82 (/0/)
  171. ! Include path too long
  172. ;
  173. MSG_FATAL_CO85 (/0/)
  174. ! Memory allocation failure
  175. ;
  176. ; Messages displayed in CTANGLE.W and CTANGLE.CH:
  177. ;
  178. MSG_BANNER_CT1 (/0/)
  179. This is CTANGLE (Version 3.3 [p11])\n
  180. ;
  181. MSG_OVERFLOW_CT26 (/0/)
  182. token
  183. ;
  184. MSG_OVERFLOW_CT30 (/0/)
  185. stack
  186. ;
  187. MSG_ERROR_CT34 (/0/)
  188. \n! Not present: <
  189. ;
  190. MSG_OVERFLOW_CT40 (/0/)
  191. output files
  192. ;
  193. MSG_WARNING_CT42 (/0/)
  194. \n! No program text was specified.
  195. ;
  196. MSG_PROGRESS_CT42_1 (/0/)
  197. \nWriting the output file (%s):
  198. ;
  199. MSG_PROGRESS_CT42_2 (/0/)
  200. \nWriting the output files:
  201. ;
  202. MSG_PROGRESS_CT42_3 (/0/)
  203. \nDone.
  204. ;
  205. MSG_CONFUSION_CT47 (/0/)
  206. macro defs have strange char
  207. ;
  208. MSG_ERROR_CT60_1 (/0/)
  209. ! Input ended in mid-comment
  210. ;
  211. MSG_ERROR_CT60_2 (/0/)
  212. ! Section name ended in mid-comment
  213. ;
  214. MSG_ERROR_CT67_1 (/0/)
  215. ! String didn't end
  216. ;
  217. MSG_ERROR_CT67_2 (/0/)
  218. ! Input ended in middle of string
  219. ;
  220. MSG_ERROR_CT67_3 (/0/)
  221. \n! String too long: 
  222. ;
  223. MSG_ERROR_CT68_1 (/0/)
  224. ! Use @l in limbo only
  225. ;
  226. MSG_ERROR_CT68_2 (/0/)
  227. ! Double @ should be used in control text
  228. ;
  229. MSG_ERROR_CT69 (/0/)
  230. ! Double @ should be used in ASCII constant
  231. ;
  232. MSG_ERROR_CT72_1 (/0/)
  233. ! Input ended in section name
  234. ;
  235. MSG_ERROR_CT72_2 (/0/)
  236. \n! Section name too long: 
  237. ;
  238. MSG_ERROR_CT73_1 (/0/)
  239. ! Section name didn't end
  240. ;
  241. MSG_ERROR_CT73_2 (/0/)
  242. ! Nesting of section names not allowed
  243. ;
  244. MSG_ERROR_CT74 (/0/)
  245. ! Verbatim string didn't end
  246. ;
  247. MSG_OVERFLOW_CT76 (/0/)
  248. text
  249. ;
  250. MSG_ERROR_CT78 (/0/)
  251. ! @d, @f and @c are ignored in C text
  252. ;
  253. MSG_ERROR_CT79 (/0/)
  254. ! Missing `@ ' before a named section
  255. ;
  256. MSG_ERROR_CT80 (/0/)
  257. ! Double @ should be used in string
  258. ;
  259. MSG_ERROR_CT81 (/0/)
  260. ! Unrecognized escape sequence
  261. ;
  262. MSG_ERROR_CT85 (/0/)
  263. ! Definition flushed, must start with identifier
  264. ;
  265. MSG_ERROR_CT93 (/0/)
  266. ! Double @ should be used in limbo
  267. ;
  268. MSG_ERROR_CT94_1 (/0/)
  269. ! Improper hex number following @l
  270. ;
  271. MSG_ERROR_CT94_2 (/0/)
  272. ! Replacement string in @l too long
  273. ;
  274. MSG_STATS_CT95_1 (/0/)
  275. \nMemory usage statistics:\n
  276. ;
  277. MSG_STATS_CT95_2 (/0/)
  278. %ld names (out of %ld)\n
  279. ;
  280. MSG_STATS_CT95_3 (/0/)
  281. %ld replacement texts (out of %ld)\n
  282. ;
  283. MSG_STATS_CT95_4 (/0/)
  284. %ld bytes (out of %ld)\n
  285. ;
  286. MSG_STATS_CT95_5 (/0/)
  287. %ld tokens (out of %ld)\n
  288. ;
  289. ; Messages displayed in CWEAVE.W and CWEAVE.CH
  290. ;
  291. MSG_BANNER_CW1 (/0/)
  292. This is CWEAVE (Version 3.3 [p11])\n
  293. ;
  294. MSG_OVERFLOW_CW21 (/0/)
  295. cross-reference
  296. ;
  297. MSG_ERROR_CW54 (/0/)
  298. ! Control codes are forbidden in section name
  299. ;
  300. MSG_ERROR_CW56_1 (/0/)
  301. ! Control text didn't end
  302. ;
  303. MSG_ERROR_CW56_2 (/0/)
  304. ! Control codes are forbidden in control text
  305. ;
  306. MSG_OVERFLOW_CW61 (/0/)
  307. section number
  308. ;
  309. MSG_ERROR_CW71_1 (/0/)
  310. ! Missing left identifier of @s
  311. ;
  312. MSG_ERROR_CW71_2 (/0/)
  313. ! Missing right identifier of @s
  314. ;
  315. MSG_WARNING_CW75_1 (/0/)
  316. \n! Never defined: <
  317. ;
  318. MSG_WARNING_CW75_2 (/0/)
  319. \n! Never used: <
  320. ;
  321. MSG_WARNING_CW85 (/0/)
  322. \n! Line had to be broken (output l. %d):\n
  323. ;
  324. MSG_ERROR_CW92_1 (/0/)
  325. ! Missing } in comment
  326. ;
  327. MSG_ERROR_CW92_2 (/0/)
  328. ! Extra } in comment
  329. ;
  330. MSG_ERROR_CW94 (/0/)
  331. ! Illegal use of @ in comment
  332. ;
  333. MSG_WARNING_CW171 (/0/)
  334. \nIrreducible scrap sequence in section %d:
  335. ;
  336. MSG_WARNING_CW172 (/0/)
  337. \nTracing after l. %d:\n
  338. ;
  339. MSG_OVERFLOW_CW176 (/0/)
  340. scrap/token/text
  341. ;
  342. MSG_ERROR_CW182 (/0/)
  343. ! Missing `|' after C text
  344. ;
  345. MSG_ERROR_CW201 (/0/)
  346. \n! Illegal control code in section name: <
  347. ;
  348. MSG_ERROR_CW202 (/0/)
  349. \n! C text in section name didn't end: <
  350. ;
  351. MSG_OVERFLOW_CW202 (/0/)
  352. buffer
  353. ;
  354. MSG_PROGRESS_CW204 (/0/)
  355. \nWriting the output file...
  356. ;
  357. MSG_ERROR_CW209_1 (/0/)
  358. ! TeX string should be in C text only
  359. ;
  360. MSG_ERROR_CW209_2 (/0/)
  361. ! You can't do that in TeX text
  362. ;
  363. MSG_ERROR_CW213 (/0/)
  364. ! Improper macro definition
  365. ;
  366. MSG_ERROR_CW214 (/0/)
  367. ! Improper format definition
  368. ;
  369. MSG_ERROR_CW217 (/0/)
  370. ! You need an = sign after the section name
  371. ;
  372. MSG_ERROR_CW218 (/0/)
  373. ! You can't do that in C text
  374. ;
  375. MSG_PROGRESS_CW225 (/0/)
  376. \nWriting the index...
  377. ;
  378. MSG_FATAL_CW225_1 (/0/)
  379. ! Cannot open index file 
  380. ;
  381. MSG_FATAL_CW225_2 (/0/)
  382. ! Cannot open section file 
  383. ;
  384. MSG_OVERFLOW_CW237 (/0/)
  385. sorting
  386. ;
  387. MSG_STATS_CW248_1 (/0/)
  388. %ld cross-references (out of %ld)\n
  389. ;
  390. MSG_STATS_CW248_2 (/0/)
  391. Parsing:\n
  392. ;
  393. MSG_STATS_CW248_3 (/0/)
  394. %ld scraps (out of %ld)\n
  395. ;
  396. MSG_STATS_CW248_4 (/0/)
  397. %ld texts (out of %ld)\n
  398. ;
  399. MSG_STATS_CW248_5 (/0/)
  400. %ld levels (out of %ld)\n
  401. ;
  402. MSG_STATS_CW248_6 (/0/)
  403. Sorting:\n
  404.